projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a775528
)
Fix 32-bit Haiku build
author
Po Lu
<luangruo@yahoo.com>
Sat, 7 May 2022 06:19:53 +0000
(06:19 +0000)
committer
Po Lu
<luangruo@yahoo.com>
Sat, 7 May 2022 06:19:53 +0000
(06:19 +0000)
* src/haiku_support.cc (MessageReceived): Fix type of
`old_what'.
src/haiku_support.cc
patch
|
blob
|
history
diff --git
a/src/haiku_support.cc
b/src/haiku_support.cc
index 105da3969ff7cfdb90af756d9173067e60096ee9..5dfb25d6dd7be82b447b46e26a6311ced6b75638 100644
(file)
--- a/
src/haiku_support.cc
+++ b/
src/haiku_support.cc
@@
-2989,7
+2989,7
@@
class EmacsFilePanelCallbackLooper : public BLooper
BEntry entry;
BPath path;
entry_ref ref;
- int old_what;
+ int
32
old_what;
if (msg->what == FILE_PANEL_SELECTION
|| ((msg->FindInt32 ("old_what", &old_what) == B_OK